home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / role / CWMmoria120.lha / CWMmoria / Docs / Holy_Avengers.doc < prev    next >
Text File  |  1994-08-15  |  11KB  |  251 lines

  1.  
  2. >
  3. > Here's a question for all of you who have had experiences with HA's.  Is a
  4. > dagger a better weapon than say, a war hammer or an axe?  I've found a
  5. > bodkin [+8,+8] and a war hammer [+7,+8], and found that the dagger sold
  6. > for more in the stores.  Why?  Just because it is one up on To-Hit??  To me,
  7. > it would seem like the war hammer is a way better weapon...  Well, the
  8. > difference between the prices is about 1000 gp.
  9. >
  10.  
  11.  
  12.  
  13. ok, here are some spoilers.
  14.  
  15.  
  16. 1) dont trust what the store will buy or sell things for as being a
  17.    good indicator of its true value.  they basis it only on the base
  18.    value of a weapon, the to-hit and to-damage, and the special
  19.    abilities it has.  these are _not_ always what makes a weapon
  20.    really good, and what might be good for one character may be bad
  21.    for another.
  22.  
  23. 2) when in doubt, keep the dagger.  daggers are probably best for all
  24.    types of characters (mages, warriors etc) until you get your
  25.    strength and dexterity up real high.
  26.  
  27.  
  28. a detail explanation of how things work follows...
  29.  
  30.  
  31. the amount of damage that a weapon will do is based on the following things:
  32.  
  33.    * the weight of the weapon.  the lighter it is the more likely you
  34.      will get two hits in for each attack.  on the other hand, the
  35.      heavier the weapon, the more likely you are to get a critical hit
  36.      (good, excellent, great hits).
  37.  
  38.    * the basic amount of damage the weapon does.  most daggers do 1d4,
  39.      two handed swords (Zweihander) do 4d6.
  40.  
  41.    * your total to-hit.  this includes the pluses that come with your
  42.      weapon, the minuses that your armor does, any rings of to-hit or
  43.      slaying, etc.  the higher your total to-hit is, the more likely
  44.      you are to get a critical blow.
  45.  
  46.    * your total to-damage.  like your total to-hit, this includes
  47.      everything.  when you get a really good character, this will
  48.      usually dominate over the weapons basic damage.
  49.  
  50.    * your current strength.  the stronger you are the easier it is for
  51.      you to get several hits per attack.
  52.  
  53.    * your current dexterity.  the more dextrous you are the more hits
  54.      per attack you are capable of.
  55.  
  56.    * the level of your character.  the more experience you have the
  57.      more likely you are to get a "good (x2)" or "excellent (x3)" hit.
  58.  
  59.  
  60. all of these things are mixed together in a rather complicated way.  i
  61. had to write a program that takes all of these factors into account
  62. and gives a true indication of which weapon is better.  (i had two
  63. HA's that i couldnt decide between.  it turned out that depending on
  64. my current strength and dex either one could be much better than the
  65. other.  i ended up keeping both of them until both my str and dex were
  66. 18/100.)
  67.  
  68.  
  69. the chance that you actually hit the monster is based on:
  70.  
  71.    * your "base to hit".  this is based on what race your character is
  72.      and ranges from -10 for Halflings to 20 for Half-Trolls.  it also
  73.      depends on what "class" your character is and these bonuses range
  74.      from 20 for mages to 70 for paladin's.  (warriors arent much
  75.      behind with a bonus of 68).  a human mage will have a "base to
  76.      hit" of 20, a half troll warrior will have a "base to hit" of 88.
  77.  
  78.    * your current level.  the more experience you have, the more likely
  79.      you are to hit the monster.  going up one level is equivalent to
  80.      enchanting your weapon's to-hit by one.
  81.  
  82.    * your total to-hit.  the higher your total to-hit, the more likely
  83.      you are to hit the monster
  84.  
  85.    * the monsters ac (armor class).  the higher the monster's ac, the
  86.      less likely you are to hit the monster.  this varies a lot from
  87.      monster to monster.  most worm masses, mushrooms, jellies and
  88.      stuff have ac's under 10.  most of the ancient dragons have ac's
  89.      in the 80-100 range.  the balrog has an ac of 125, the highest of
  90.      any monster.  iron golems have an ac of 99, which can give you
  91.      some idea of how hard it would be to hit a ancient dragon without
  92.      taking too many risks.  most of the other monsters seem to to be
  93.      in the 30-60 range.
  94.  
  95.    the formula for this is:
  96.  
  97.       val = bth + 3*level + 3*tohit
  98.  
  99.       if a random number between 1 and val is greater than the
  100.       monsters ac, then you hit, otherwise you miss.
  101.  
  102.    you will always hit one out of 20 times, even if your weapon is too
  103.    heavy for you to wield.
  104.  
  105. i dont have anything to calculate calculate your chances to hit
  106. monsters because there are just too many different cases.  a level 40
  107. half-troll warrior with a total to hit of 30 would have a two out of
  108. three chance of hitting a AMHD.  everyone else is going to going to be
  109. well under 50-50.
  110.  
  111.  
  112.  
  113. The program "calc_hits" can help you figure out which weapon is better
  114. for you now, and as your strength and dexterity goes up.  it is based
  115. on the source code to moria so it should be basically correct.
  116. calc_hits isnt a fancy program and it handles errors by stopping the
  117. program.  it is designed to be used by the person who wrote it. :->
  118.  
  119.  
  120. probably the best way to explain how to run the program is simply to
  121. give you an example run comparing a bastard sword, a dagger (stiletto)
  122. and a two handed great flail.  all of them will be (+3,+4) giving you
  123. a total to-hit of 2 and a total to-damage of 4.
  124.  
  125. the results are given in a table form with the following field:
  126.  
  127. Mblow is the maximum number of blows you can get per attack.  it is
  128.       based only on your dex.
  129.  
  130. Blows is the number of plows you can get with your current strength
  131.       based on the Mblows, and strength/weight ratio.
  132.  
  133. wt ratio is your strength to weight of weapon ratio.  a ratio above 10
  134.       doesnt do you any more good than a ratio of 10.  if the ratio is
  135.       under 2, you can only get one blow no matter what your dex is.
  136.  
  137. dam   is the amount of damage that you get, on the average if you hit
  138.       with every blow and dont get a critical hit.
  139.  
  140. w/ critical is the amount of damage you get on the average if you
  141.       include the possibilities of getting a critical hit.  for low
  142.       level characters, this rarely makes a difference.  for high
  143.       level characters, this can make a real difference.
  144.  
  145. (wayne 6) % calc_hits
  146. Enter level of your character: 12
  147. Enter number of weapons: 3
  148. Enter weight, weapon_dam, to_hit, to_dam for weapon #0: 140 3d4 2 4
  149. Enter weight, weapon_dam, to_hit, to_dam for weapon #1: 12 1d4 2 4
  150. Enter weight, weapon_dam, to_hit, to_dam for weapon #2: 280 3d6 2 4
  151. Enter cstr, cdex: 11 14
  152. | Weapon | Max blows | Blows | weight ratio | hp of dam | w/ critical |
  153. |    0   |      2    |    1  |        0     |     11    |       12    |
  154. |    1   |      2    |    2  |        9     |     13    |       13    |
  155. |    2   |      0    |    0  |        0     |      0    |        0    |
  156.  
  157. Enter cstr, cdex: 17 18
  158. | Weapon | Max blows | Blows | weight ratio | hp of dam | w/ critical |
  159. |    0   |      2    |    1  |        1     |     11    |       12    |
  160. |    1   |      2    |    2  |       14     |     13    |       13    |
  161. |    2   |      0    |    0  |        0     |      0    |        0    |
  162.  
  163. Enter cstr, cdex: 18/20 18/10
  164. | Weapon | Max blows | Blows | weight ratio | hp of dam | w/ critical |
  165. |    0   |      3    |    2  |        2     |     23    |       25    |
  166. |    1   |      3    |    3  |       31     |     19    |       19    |
  167. |    2   |      3    |    1  |        1     |     14    |       17    |
  168.  
  169. Enter cstr, cdex: 18/100 18/100
  170. | Weapon | Max blows | Blows | weight ratio | hp of dam | w/ critical |
  171. |    0   |      6    |    4  |        8     |     46    |       50    |
  172. |    1   |      6    |    5  |       98     |     32    |       32    |
  173. |    2   |      6    |    3  |        4     |     43    |       52    |
  174.  
  175. Enter cstr, cdex:
  176. (wayne 7) % exit
  177.  
  178.  
  179.  
  180.  
  181.  
  182. there is a second program called "mk_all_weapon" that generates a list
  183. of how much damage all weapons will do given a certain character.  it
  184. is useful for getting a feel of which weapons are good and why.
  185.  
  186.  
  187. for low level characters, the following are the top 5 weapons:
  188.  
  189. character level of 12
  190. total to-hit and to-damage of +7
  191. strength of 11.  these numbers wont change much until you get above 18
  192. dexterity of 17.  these numbers will be the same unless your dex is
  193.                   above 18/01 or below 10.
  194.  
  195.           Name                | Mblow | Blows | wt ratio | dam | w/ critical |
  196. Dagger (Stiletto)             |   2   |    2  |    9     |  19 |       19    |
  197. Dagger (Misercorde)           |   2   |    2  |    7     |  19 |       19    |
  198. Dagger (Bodkin)               |   2   |    2  |    5     |  19 |       19    |
  199. Morningstar                   |   2   |    1  |    0     |  14 |       15    |
  200. Katana                        |   2   |    1  |    0     |  14 |       15    |
  201.  
  202. the bottom 5 for a low level character:
  203.  
  204. Fauchard                      |   0   |    0  |    0     |   0 |        0    |
  205. Executioner's Sword           |   0   |    0  |    0     |   0 |        0    |
  206. Beaked Axe                    |   0   |    0  |    0     |   0 |        0    |
  207. Battle Axe (European)         |   0   |    0  |    0     |   0 |        0    |
  208. Battle Axe (Balestarius)      |   0   |    0  |    0     |   0 |        0    |
  209.  
  210.  
  211.  
  212. for high level characters, the following are the top 5 weapons:
  213.  
  214. character level of 36
  215. total to-hit and to-damage of +20
  216. strength of 18/100.
  217. dexterity of 18/100.
  218.  
  219.           Name                | Mblow | Blows | wt ratio | dam | w/ critical |
  220. Katana                        |   6   |    5  |    9     | 137 |      161    |
  221. War Hammer                    |   6   |    5  |    9     | 130 |      153    |
  222. Lucerne Hammer                |   6   |    5  |    9     | 130 |      153    |
  223. Two Handed Sword (Claymore)   |   6   |    4  |    5     | 122 |      151    |
  224. Two Handed Sword (No-Dachi)   |   6   |    4  |    5     | 120 |      149    |
  225.  
  226. the bottom 5
  227.  
  228. Two Handed Great Flail        |   6   |    3  |    4     |  91 |      120    |
  229. Ball and Chain                |   6   |    4  |    7     | 100 |      120    |
  230. Awl-Pike                      |   6   |    4  |    7     |  98 |      118    |
  231. Lance                         |   6   |    3  |    3     |  87 |      117    |
  232. Fauchard                      |   6   |    4  |    6     |  84 |      102    |
  233.  
  234.  
  235.  
  236. the katana tends to be at or near the top for all characters at all
  237. times.  if you get even a poor katana (HA) or (DF), keep it and enchant
  238. it.
  239.  
  240.  
  241. one of the biggest mistakes people do is get rid of the weapon that
  242. the start with and try to get a "bigger meaner" weapon.  dont.  just
  243. enchant your original weapon until you get something really good.  i
  244. dont consider the (FT), (FB), (SD), (SE) and (SU) as "really good".  i
  245. consider the "(SM)" good, only if i dont already have something of see
  246. invisible.  (HA) and (DF)'s i keep if they are better than the ones i
  247. already have.
  248.  
  249.  
  250. -wayne
  251.